Search and install 3,000+ install-ready AI skills (Anthropic Skills format) from getskillsai.org into Claude Code, Cursor, or any MCP-compatible client. Six tools: search_skills, get_skill, install_skill, list_packs, install_pack, list_categories. Includes 8 curated starter packs (Engineer, PM, Founder, SRE, etc.) installable in one tool call. Free with a getskillsai.org account; Pro skills require GetSkills Pro ($10/mo).
概览
GetSkills MCP
Search, browse, and install 3,000+ install-ready AI skills from getskillsai.org directly inside Claude Code, Claude Desktop, or Cursor.
What it does
- 6 tools:
search_skills,get_skill,install_skill,list_packs,install_pack,list_categories - 8 curated starter packs (Engineer, PM, Founder, SRE, Data, Marketing, Sales, Design) installable in one tool call
- Skills install to
~/.claude/skills/<slug>/SKILL.mdready to use - Free tier: search + install free skills with a getskillsai.org account
- Pro tier ($10/mo): full library including curated/premium skills
Install
Claude Code
claude mcp add getskills -- npx -y getskills-mcp
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"getskills": {
"command": "npx",
"args": ["-y", "getskills-mcp"]
}
}
}
Cursor
One-click install: https://cursor.com/install-mcp?name=getskills&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsImdldHNraWxscy1tY3AiXX0%3D
Example usage
In Claude Code:
> install the PM starter pack from getskills
Claude calls list_packs → install_pack and the skills appear in ~/.claude/skills/. Use them on any task.
Links
- Website: https://getskillsai.org
- npm: https://www.npmjs.com/package/getskills-mcp
- Repo: https://github.com/Sidsaladi9/getskills/tree/master/mcp-server
- License: MIT
服务器配置
{
"mcpServers": {
"getskills": {
"command": "npx",
"args": [
"-y",
"getskills-mcp"
]
}
}
}